home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000196_news@columbia.edu _Thu Apr 13 14:06:33 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA12180
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Apr 2000 14:06:33 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA01011
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 13 Apr 2000 14:00:52 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Dialing out using Kermit
  11. Date: 13 Apr 2000 18:00:51 GMT
  12. Organization: Columbia University
  13. Message-ID: <8d520j$vg$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <8d4sbp$n8o$1@nnrp1.deja.com>,  <ktailor@my-deja.com> wrote:
  17. : I was wondering if anyone can help me, I am trying to dial out to a TAP
  18. : port, which asks for ID, number, then message, I want to write a script
  19. : to do this. First I am trying manually.
  20. You can't do it manually unless you can do character-conversion and math 
  21. in your head very quickly.  TAP is a protocol with checksums, etc.
  22. Look here for how to do TAP with Kermit:
  23.  
  24.   http://www.columbia.edu/kermit/pagers.html
  25.  
  26. - Frank